home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / mx / managers / IFocusManagerComplexComponent.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  235 b   |  11 lines

  1. package mx.managers
  2. {
  3.    public interface IFocusManagerComplexComponent extends IFocusManagerComponent
  4.    {
  5.       function assignFocus(param1:String) : void;
  6.       
  7.       function get hasFocusableContent() : Boolean;
  8.    }
  9. }
  10.  
  11.